Oauth2 Errors InvalidClient
Oauth2 Errors InvalidClient
Indicates that the client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method).
This schema was added in vSphere API 8.0.3.0.
AllOf
This class requires all of the following:
JSON Example
{
"error": "string",
"error_description": "string",
"error_uri": "string",
"challenge": "string"
}
string
challenge
Required
Authentication header as defined in RFC 9110, Section 11.6.1 - WWW-Authenticate. The "WWW-Authenticate" response header field indicates the authentication scheme(s) and parameters applicable to the target resource.
This property was added in vSphere API 8.0.3.0.